SingleNINumericSingleNLogicalAnd Method
Computes the bitwise logical AND of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
SingleN INumeric<SingleN>.LogicalAnd(
SingleN value
)
Private Function LogicalAnd (
value As SingleN
) As SingleN Implements INumeric(Of SingleN).LogicalAnd
private:
virtual SingleN LogicalAnd(
SingleN value
) sealed = INumeric<SingleN>::LogicalAnd
private abstract LogicalAnd :
value : SingleN -> SingleN
private override LogicalAnd :
value : SingleN -> SingleN
- value SingleN
- The value with which to compute the logical bitwise AND.
SingleNThe bitwise logical AND of the current value and
value.
INumericTSelfLogicalAnd(TSelf)